This Blue Razz Lemonade ElfLiq is the perfect choice for those fans of a tangy, fizzy pop! The sweet blueberry flavour collides with the light lemon fizz for a mix that’s so tasty you’ll find it hard to put down!
What are ElfLiq Nic Salts?
ELFLIQ nic salts are a 50VG/50PG mix to ensure that you always get a perfect balance between flavour and cloud production. We recommend pairing all ELFLIQ products with an MTL (mouth-to-lung) kit.
ElfLiq nic salts are the same great e-liquids found in Elf Bar disposables. Available in a range of the most popular flavours with a choice of 10mg and 20mg nicotine strengths. High-quality standard 10ml e-liquids with a 50/50 VG:PG blend.
$(document).ready(function() {
$('body').on('click', '[name="checkout"], [name="goto_pp"], [name="goto_gc"]', function() {
if ($('#agree').is(':checked')) {
$(this).submit();
}
else {
alert("You must agree with the terms and conditions of sales to check out.");
return false;
}
});
});